@import "https://fonts.cdnfonts.com/css/akrobat";
@import "https://fonts.cdnfonts.com/css/akrobat";
@import url('https://fonts.cdnfonts.com/css/akrobat');
@import url('https://fonts.cdnfonts.com/css/gilroy-bold');
@import url('https://fonts.cdnfonts.com/css/akira-expanded');


* {
    font-variant-ligatures: none;
    margin: 0;
    padding: 0;
    user-select: none;
    color: #fff;
    font-family: 'Gilroy-Bold', sans-serif;
    
}

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

 .allcontainer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background-image: url(./assets/image.png); */
 }

.stats {
    position: absolute;
    bottom: 10px;
    left: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 600px;
    height: 100px;
}

.stats > .box {
    width: 90px;
    height: 100px;
    background-image: url(./assets/box.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center; 
    animation-duration: 1s;
    animation-name: animatie;
}

.stats > .box > i {
    margin-top: -60px;
    scale: 1.5;
    margin-left: -1px;
}

.stats > .box > span {
    font-family:  Akrobat Bold;
    /* font-weight: bolder; */
    font-size: 12px;
    letter-spacing: 1.6px;
    margin-top: 10px;
}

.hud2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    position: absolute;
    bottom: 220px;
    left: 35px;
}

.hud2 > span > i {
    scale: 1.2;
    color: orange;
}

.hud2 > span {
    font-size: 30px;
    font-weight: 500;
}

.hud2 > .texts {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.hud2 > .texts > .title {
    font-size: 20px;
    font-weight: 550;
}

.hud2 > .texts > .descc {
    font-size: 17px;
    opacity: .8;
    font-weight: 300;
}

.mic {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    gap: 10px;
    position: absolute;
    left: 340px;
    bottom: 35px;
}


.mic > i:nth-child(2) {
    scale: 1.1;
}


.mic > i:nth-child(1) {
    scale: 1.5;
}

.noclip {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    position: absolute;
    bottom: 140px;
    left: 32%;
}

.noclip > .boxxx  {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.noclip > .boxxx > .box {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background-color: rgba(75, 75, 75, 0.712);
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.moneyhud {
    position: absolute;
    right: 70px;
    top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation-duration: 1s;
    animation-name: moneyjhas;
}

.moneyhud > .topside {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    margin-right: 100px;
}

.moneyhud > .topside > .box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.moneyhud > .topside > .box > span {
    font-family: Akrobat Bold;
}

.moneyhud > .topside > .box > i {
    scale: 1.2;
}

.moneyhud > .moneyside {
    display: flex;
    position: absolute;
    right: 75px;
    top: 40px;
    justify-content: center;
    align-items: center;
}

.moneyhud > .moneyside > .boxx {
    width: 165px;
    height: 40px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.068);
    border: 1px rgb(128, 128, 128) solid;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}

.moneyhud > .moneyside > .boxx > .id {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 5px;
}

.moneyhud > .moneyside > .boxx > .id > span {
    font-family: Akrobat Bold;
    font-size: 13px;
}

.moneyhud > .moneyside > .boxx > .id > i {
    color: orange;
}

.moneyhud > .logo {
    position: absolute;
    margin-left: 130px;
    right: -60px;
    top: -30px;
}

.moneyhud > .logo > img {
    height: 160px;
    width: auto;
}

.moneyhud > .webside {
    margin-top: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    gap: 5px;
}

.moneyhud > .webside > .webbox {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.moneyhud > .webside > .webbox > span {
    font-family: 'Akrobat',sans-serif;
    font-size: 15px;
}

.bara {
    width: 1px;
    height: 25px;
    border-radius: 10px;
    background-color: gray;
}
 
#shield {
    background-image: url(./assets/shield.png);
}

#food {
    background-image: url(./assets/food.png);
}

#stamina {
    background-image: url(./assets/stamina.png);
}

#water {
    background-image: url(./assets/water.png);
}
 
@keyframes moneyjhas {
    from {
        right: -50px;
        opacity: 0.1;
    } to {
        opacity: 1;
    }
}


@keyframes animatie {
    from {
        margin-top: 150px;
        opacity: 0.1;
    } to {
        opacity: 1;

    }
}

#viataa{
    position: absolute;
    color: #ffffff;

    font-size: 13px;
    font-family: 'Gilroy-Bold', sans-serif;
    letter-spacing: 0;
    margin-left: -0.8px;
    margin-top: 10.5px;
    font-weight: bold;
}


#armuraa{
    position: absolute;
    color: #ffffff;

    font-size: 13px;
    font-family: 'Gilroy-Bold', sans-serif;
    letter-spacing: 0;
    margin-left: -0.8px;
    margin-top: 10.5px;
    font-weight: bold;
}

#foodd{
    position: absolute;
    color: #ffffff;

    font-size: 13px;
    font-family: 'Gilroy-Bold', sans-serif;
    letter-spacing: 0;
    margin-left: -0.8px;
    margin-top: 10.5px;
    font-weight: bold;
}

#waterr{
    position: absolute;
    color: #ffffff;

    font-size: 13px;
    font-family: 'Gilroy-Bold', sans-serif;
    letter-spacing: 0;
    margin-left: -0.8px;
    margin-top: 10.5px;
    font-weight: bold;
}
